home *** CD-ROM | disk | FTP | other *** search
-
-
-
- #new n3dnode /usr/light/static_actor_light
- #sel /usr/light/static_actor_light
-
- new n3dnode dlight1
- sel dlight1
- .ry -135
- .rx -25
- new nlightnode light
- sel light
- .settype directional
- .setcolor [ expr 235 / 255.0 ] [ expr 203 / 255.0 ] [ expr 140 / 255.0 ] 1
- sel ..
-
- sel ..
-
- new n3dnode dlightdiffuse
- sel dlightdiffuse
- .ry 215
- .rx 155
- new nlightnode light
- sel light
- .settype directional
- .setcolor [ expr 49 / 255.0 ] [ expr 50 / 255.0 ] [ expr 37 / 255.0 ] 1
- sel ..
- sel ..
-
- new n3dnode dlightamb
- sel dlightamb
- new nlightnode light
- sel light
- .settype ambient
- .setcolor [ expr 122 / 255.0 ] [ expr 104 / 255.0 ] [ expr 90 / 255.0 ] 1
- sel ..
- sel ..
-
-
-